Skip to content

Conversation

mbaldessari
Copy link

  • Allow use of python3
  • Make long and int the same on python3

Add a check and if python does not exist but python3 does, use that.
If neither is present, error out.

This is to ease the migration to python3 (see https://peps.python.org/pep-0394/)
See https://peps.python.org/pep-0237/. Long and int are the same length
on python3 (and long does not exist there any longer)
- Use four spaces instead of tabs
- Use 'is' for tests against None
- Run the whole file through the black linter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant